Previous Book Contents Book Index Next

Inside Macintosh: Mac OS 8 Toolbox Reference /
Chapter 4 - Dialog Manager Reference / Dialog Manager Types and Constants


Alert Type Constants

NEW WITH THE APPEARANCE MANAGER

You can pass constants of type AlertType in the inAlertType parameter of StandardAlert to specify the type of alert box you wish to create.

enum {                
   kAlertStopAlert    = 0,
   kAlertNoteAlert    = 1,
   kAlertCautionAlert = 2,
   kAlertPlainAlert   = 3
};
typedef SInt16 AlertType;

Constant descriptions

kAlertStopAlert
Stop alert box.
kAlertNoteAlert
Note alert box.
kAlertCautionAlert
Caution alert box.
kAlertPlainAlert
Alert box with no icon.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
8 JAN 1998